home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 4 / Shareware Extravaganza - Over 25,000 Programs (The Ultimate Shareware Company)(Disc 4 of 4)(1993).iso / cad / acadcolr.zip / SETCOLR.DOC next >
Text File  |  1990-07-02  |  3KB  |  59 lines

  1.             Changing the AutoCAD driver default colors for
  2.            Paradise VGA AutoCAD drivers - ver 1.11 and above
  3.                __________________________________________
  4.  
  5.  The program SETCOLR.EXE allows the user to change the 16 default
  6. AutoCAD colors. The program will display the default 16 colors and
  7. permit the user to selectively change each color by altering their
  8. RGB values. When the user is done defining the desired colors, the
  9. ENTER key will cause the program to save the RGB values for the
  10. driver by writing the values to a file called RGB.TXT.
  11.  SETCOLR.EXE must be run in the same directory that AutoCAD was
  12. installed in. This is the directory where the driver will look for
  13. the file RGB.TXT when AutoCAD is started. If the driver cannot find
  14. the RGB.TXT file, it will use the default AutoCAD colors.
  15.  
  16.  
  17.                      Format for the file: RGB.TXT
  18.                      ----------------------------
  19.  
  20. RBG.TXT is a text file with 16 lines.  Each line has 5 characters on it:
  21.         3 digits separated by 2 spaces.
  22.   The digits represent color intensities and can be values of: 0,1,2 or 3
  23.   for the 4 colors mode or 16 colors mode.
  24.         the first digit is the intensity of Red
  25.         the second digit is the intensity for Green
  26.         the third digit is the intensity for Blue.
  27. Each line represents a color index.  The first line represents index 0.
  28. The 16th line represents index 15.
  29. Each line (including line 16) ends with a carriage return.
  30.         R G B─┘
  31. In the 4 Colors mode, only the first 4 are defined.  Any index above 3 must
  32. be one of the first 4 colors.
  33. The file should be on the directory where you execute Autocad.  If the file
  34. is not there, the driver will use the default values.  Those values are:
  35.  
  36.   4 colors default              8 colors default
  37.  
  38.         0 0 0                         0 0 0
  39.         3 0 0                         3 0 1
  40.         0 0 3                         3 3 0
  41.         3 3 3                         1 3 1
  42.         3 0 0                         0 3 3
  43.         0 0 3                         1 1 2
  44.         3 0 0                         3 0 3
  45.         3 3 3                         3 3 3
  46.         3 0 0                         1 1 1
  47.         3 0 0                         3 0 0
  48.         3 0 0                         2 1 0
  49.         0 0 3                         0 2 0
  50.         3 0 0                         1 2 2
  51.         0 0 3                         0 0 3
  52.         3 0 0                         2 0 2
  53.         3 3 3                         2 2 2
  54.  
  55. You may also use the program: SETCOLR.EXE to set the colors and make RGB.TXT
  56. However, for the 4 colors driver you may not have over 4 distinct colors set.
  57. If you do, the driver will reject the RGB.TXT file, and use the default set. 
  58. 
  59.